home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Graphics
/
Viewers
/
pCD0.3.4
/
Source
/
ImageView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
213 b
|
14 lines
#import <appkit/View.h>
@interface ImageView:View
{
id theImage;
NXRect selectRect;
}
- initForImage:(id)img :(const NXRect *)rect;
- (BOOL)acceptsFirstResponder;
- (BOOL)acceptsFirstMouse;
- (id) image;
@end